home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / jq14.zip / JQ14.EXE / README.BAT < prev    next >
DOS Batch File  |  1993-10-26  |  4KB  |  55 lines

  1. @echo off
  2. cls
  3. echo     ┌──────────────────────────────────────────────────────────────────────┐
  4. echo     │            Jokes & Quotes has been successfully installed!           │
  5. echo     │──────────────────────────────────────────────────────────────────────│
  6. echo     │   Thanks for evaluating Jokes & Quotes.  I'm sure you'll find it     │
  7. echo     │ entertaining and easy to use and if you're a LAN administrator       │
  8. echo     │ you'll find it has some truly useful features.                       │
  9. echo     │──────────────────────────────────────────────────────────────────────│
  10. echo     │   By the way, the program used to install Jokes & Quotes is another  │
  11. echo     │ shareware program called QUIK-INSTALL. If you have need of a power-  │
  12. echo     │ ful yet small install program call me. Check a few of it's features: │
  13. echo     │                                                                      │
  14. echo     │  *  Supports multiple disk installations.                            │
  15. echo     │  *  Installs by copying files or installs using EXE archives.        │
  16. echo     │  *  Creates subdirectory & copies files using a single key press.    │
  17. echo     │  *  Checks disk space. If not enough informs user of amount needed.  │
  18. echo     │  *  Option to exit in the installed directory.                       │
  19. echo     │  *  Can "stuff" keyboard buffer with any command after installation. │
  20. echo     │  *  Colors can be customized.                                        │
  21. echo     │  *  Stores setup internally. (Self modifying code.)                  │
  22. echo     │  *  And a few other goodies...                                       │
  23. echo     │──────────────────────────────────────────────────────────────────────│
  24. echo     │                      Press a key to continue...                      │
  25. echo     └──────────────────────────────────────────────────────────────────────┘
  26. pause >nul
  27. cls
  28. echo.
  29. echo.
  30. echo     ┌──────────────────────────────────────────────────────────────────────┐
  31. echo     │                         Jokes & Quotes 1.4                           │
  32. echo     │──────────────────────────────────────────────────────────────────────│
  33. echo     │   Nearly 4000 (Over 6000 when you register) jokes, quotes, maxims,   │
  34. echo     │ stories, antecedents, platitudes, axioms, facts and more in 25 on-   │
  35. echo     │ screen categories.  Full mouse support and context sensitive help!   │
  36. echo     │ Be sure to use the F1 key to read about the different categories!    │
  37. echo     │──────────────────────────────────────────────────────────────────────│
  38. echo     │   Jokes & Quotes requires no other setup for operation on a stand-   │
  39. echo     │ alone PC.  If you are running Jokes & Quotes from a network the only │
  40. echo     │ setup required is that you execute the program from the directory    │
  41. echo     │ you want the JQ.SET file to be created in, usually the user's home   │
  42. echo     │ directory.  For example if the Jokes & Quotes program has been       │
  43. echo     │ installed in a directory named JQ on the P: drive you would change   │
  44. echo     │ to the user's HOME directory and type: P:\JQ\JQ.  That's it!  The    │
  45. echo     │ JQ program will create and maintain the necessary files for each     │
  46. echo     │ user on the network.  Read the JQ.DOC file for more info.            │
  47. echo     │──────────────────────────────────────────────────────────────────────│
  48. echo     │                  Press a key to start the program...                 │
  49. echo     └──────────────────────────────────────────────────────────────────────┘
  50. pause >nul
  51. JQ
  52.  
  53.  
  54.  
  55.